SftTabs/NET 6.0

LastVisibleTab Property, ScrollingClass Class

Softel vdm, Inc.

Returns the tab index of the last fully visible tab.

Syntax      ScrollingClass Class (Softelvdm.SftTabsNET)

VB   

Public ReadOnly Property LastVisibleTab As Integer

C#   

public int LastVisibleTab { get; }

C++   

public: property int LastVisibleTab {
        int get();
}

Property Value

The index of the last fully visible tab.

Comments

The LastVisibleTab property returns the tab index of the last fully visible tab.

The LastVisibleTab property only applies to scrollable tab controls. The LastVisible property refers to the last visible tab, which can be seen by the user without scrolling the tabs. It does not refer to hidden tabs as defined using the TabClass.Visible property.

The VisibleTab property returns the tab index of the first visible tab.

The LeftButton and RightButton properties can be used to determine if scrolling in a given direction is possible. The Scroll method is used to scroll a tab control under application control.

If scrolling is not enabled, this property cannot be used.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com